projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efa7e86
)
(savehist-mode-hook): Add `:group'.
author
Juri Linkov
<juri@jurta.org>
Fri, 23 Dec 2005 21:49:51 +0000
(21:49 +0000)
committer
Juri Linkov
<juri@jurta.org>
Fri, 23 Dec 2005 21:49:51 +0000
(21:49 +0000)
lisp/savehist.el
patch
|
blob
|
history
diff --git
a/lisp/savehist.el
b/lisp/savehist.el
index 97960199302c9e294592c5b8b6d3e2ef9184e2da..ef75369c76101886165fa8cc8c5e89a330bd674d 100644
(file)
--- a/
lisp/savehist.el
+++ b/
lisp/savehist.el
@@
-129,7
+129,8
@@
If set to nil, disables timer-based autosaving."
(defcustom savehist-mode-hook nil
"Hook called when `savehist-mode' is turned on."
- :type 'hook)
+ :type 'hook
+ :group 'savehist)
(defcustom savehist-save-hook nil
"Hook called by `savehist-save' before saving the variables.